QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Pick ID Styles

Labels

ASCII
PickIDStyle
Binary
pkid ( = 0x706B6964 )

Data Format

Uns32           id
id
An integer, supplied by your application.

Data Size

4

Description

A pick ID style object is used to correlate the class of objects within its scope with an integer. This integer may be included in the specification of a picking operation to restrict that operation to the objects in that class. A pick ID style object must be placed in a group or container to have effect; the scope of a pick ID style object placed in a group (or container) is the class of objects located between that style object and the end of that group (or container).

Parent Hierarchy

Shared, shape, style.

Parent Objects

None.

Child Objects

None.

Example

PickIDStyle ( 8 )

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |